home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1995 March / macformat-022.iso / Shareware City / Developers / nShell Prog / How To < prev    next >
Encoding:
Text File  |  1994-09-06  |  1002 b   |  32 lines  |  [TEXT/ttxt]

  1. Development Environment:
  2. ========================
  3.  
  4. We recommend that you create a "src" directory within your nShell application folder and copy these files to that location.
  5.  
  6. For each command included in this package there are three files:
  7.  
  8. something.π      - A Think C project file
  9. something.c      - Source code for the command
  10. something.π.rsrc - Resources for the command
  11.  
  12. In addition, commands may use files from the included "lib" directory.
  13.  
  14. To Build Commands Using Think C:
  15. ================================
  16.  
  17. 1. Start up Think C (version 5.0 or later)
  18.  
  19. 2. Open the project file
  20.  
  21. 3. Select "Build Code Resource" from the "Project Menu".
  22.  
  23. 4. Answer "Yes"  to "Bring the project up to date?"
  24.  
  25. 5. Give the command a unique name and select "Save" to store the command.
  26.  
  27. 6. Drop the new command into your "bin" directory.
  28.  
  29. To Build Commands Using Think Pascal or Metrowerks CodeWarrior:
  30. ===============================================================
  31.  
  32. See the "Tech Notes" folder for more information.